home *** CD-ROM | disk | FTP | other *** search
/ Windows 3-Pak - Disc 2 / Infomagic - Windows 3-Pak (Disc 2 of 3).iso / FTP-Clients / lftp261.exe / 0 / RCDATA / TFRMCOPY / TFRMCOPY.txt
Text File  |  1999-09-07  |  983b  |  56 lines

  1. object frmCopy: TfrmCopy
  2.   Left = 388
  3.   Top = 251
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Setup'
  7.   ClientHeight = 109
  8.   ClientWidth = 249
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblCopyStatus: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 3
  23.     Height = 13
  24.   end
  25.   object Bevel1: TBevel
  26.     Left = 8
  27.     Top = 50
  28.     Width = 233
  29.     Height = 19
  30.   end
  31.   object lblFilename: TLabel
  32.     Left = 8
  33.     Top = 26
  34.     Width = 3
  35.     Height = 13
  36.   end
  37.   object Progress: TGauge
  38.     Left = 9
  39.     Top = 51
  40.     Width = 231
  41.     Height = 17
  42.     BorderStyle = bsNone
  43.     Progress = 0
  44.   end
  45.   object btnCancel: TButton
  46.     Left = 96
  47.     Top = 77
  48.     Width = 76
  49.     Height = 23
  50.     Caption = '&Cancel'
  51.     Default = True
  52.     TabOrder = 0
  53.     OnClick = btnCancelClick
  54.   end
  55. end
  56.